 | Servlets provide secure connections to the back-tier with more control than previous applications and may use native security features. |
 | It's easier to build sophisticated applications in a minimal amount of time. |
 | Servlets execute and remain in memory. Since they incur load overhead only once, system performance is better. |
 | Use of servlets permits exploiting the Java component model, JavaBeans. |
 | All of the above. |